home *** CD-ROM | disk | FTP | other *** search
/ Micro Dingo 39 / Micro_Dingo_39_CD1.mdx / Delires / Hentai / sim.swf / scripts / DefineButton2_1166 / BUTTONCONDACTION on(release).as
Text File  |  2002-05-21  |  157b  |  13 lines

  1. on(release){
  2.    pic6 = 1;
  3.    luck = random(100);
  4.    if(luck >= 60)
  5.    {
  6.       gotoAndStop(20);
  7.    }
  8.    else
  9.    {
  10.       gotoAndStop(2946);
  11.    }
  12. }
  13.